dynamic criterion - определение. Что такое dynamic criterion
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое dynamic criterion - определение

SET OF SOFTWARE ENGINEERING METHODS
Static slicing; Program slice; Static program slicing; Dynamic slicing; Slicing criterion; Static program slice; Approximate dynamic slicing; Dynamic program slicing

Jewish Criterion         
The Jewish Criterion; Jewish Criterion (Pittsburgh)
The Jewish Criterion (OCLC 2262915) whose editors included J. Leonard Levy (rabbi of Rodef Shalom) and Charles H.
Theta criterion         
  • (11c) Tree structure of (11a) "John died a gruesome death." The adjunct phrase is highlighted in yellow. Substituting the adjunct DP "a gruesome death" with the [[adverbial phrase]] "gruesomely" will derive (11b).
  • syntactic tree]].
  • extended projection principle]] triggered by the [+tense] tense morpheme.
CONSTRAINT ON X-BAR THEORY THAT THE MAP BETWEEN THETA-ROLES (THEMATIC ROLES) AND ARGUMENTS IS BIJECTIVE
Theta Criterion
The theta-criterion (also named θ-criterion) is a constraint on x-bar theory that was first proposed by as a rule within the system of principles of the government and binding theory, called theta-theory (θ-theory). As theta-theory is concerned with the distribution and assignment of theta-roles (a.
Aerospool WT9 Dynamic         
  • Aerospool WT9 Dynamic with fixed landing gear
  • Aerospool WT9 Dynamic with retractable gear
  • Aerospool WT9 Dynamic in flight
LIGHT SPORT AIRCRAFT BY AEROSPOOL IN SLOVAKIA
Aerospool WT 9 Dynamic; Aerospool WT-9 Dynamic; Aerospool Dynamic
The Aerospool WT9 Dynamic is a Slovak ultralight and light-sport aircraft, designed and produced by Aerospool of Prievidza. The aircraft is supplied as a complete ready-to-fly-aircraft.

Википедия

Program slicing

In computer programming, program slicing is the computation of the set of program statements, the program slice, that may affect the values at some point of interest, referred to as a slicing criterion. Program slicing can be used in debugging to locate source of errors more easily. Other applications of slicing include software maintenance, optimization, program analysis, and information flow control.

Slicing techniques have been seeing a rapid development since the original definition by Mark Weiser. At first, slicing was only static, i.e., applied on the source code with no other information than the source code. Bogdan Korel and Janusz Laski introduced dynamic slicing, which works on a specific execution of the program (for a given execution trace). Other forms of slicing exist, for instance path slicing.